From 24608d5c239667b72336e94024ef8edd1533315c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 6 May 2020 10:05:11 +0200 Subject: [PATCH] gtkarray: Fix a typo --- gtk/gtkarrayimplprivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkarrayimplprivate.h b/gtk/gtkarrayimplprivate.h index 74c810a842..c1355205fd 100644 --- a/gtk/gtkarrayimplprivate.h +++ b/gtk/gtkarrayimplprivate.h @@ -4,7 +4,7 @@ /* This is a dumbed-down GPtrArray, which takes some stack * space to use. When using this, the general case should always - * be that the number of elements is lower than reversed_size. + * be that the number of elements is lower than reserved_size. * The GPtrArray should only be used in extreme cases. */ -- 2.30.2